services.podman.containers.<name>.labels
The labels to apply to the container.
- Type
attribute set of string- Default
{ }- Example
{ app = "myapp"; some-label = "somelabel"; }- Declared
- <home-manager/modules/services/podman/linux/containers.nix>
The labels to apply to the container.
attribute set of string{ }{
app = "myapp";
some-label = "somelabel";
}